[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
| Visual Basic (Declaration) |
|---|
Namespace Calculator |
| C# |
|---|
namespace Calculator |
| C++ |
|---|
namespace Calculator |
Classes
| Icon | Type | Description |
|---|---|---|
| SimpleCalculator |
This is a class that represents
a simple mathematical calculator.
You can use it to add, subtract, divide and multiply integers and fractional numbers.
|